1project('yonder', 'cpp')
2yonder = shared_library('yonder', 'yonder.cpp', install: true)
3install_headers('yonder.h')
4pkgconfig = import('pkgconfig')
5pkgconfig.generate(yonder)
6